Skip to main content

Vector Database

What is a Vector Database?

Vector databases are a type of database that stores data as high-dimensional vectors. These vectors are used to represent the semantic or contextual meaning of data. Vector databases are used for vector search, which is a type of search that finds the most similar or relevant data based on their vector distance or similarity.

How does SuperAGI agent use a Vector Database?

The agent can use the vector database to perform a knowledge search and fetch relevant info from connected knowledge stores to achieve the goal.

Which vector databases are currently supported?

Currently, SuperAGI supports cloud hosted Weaviate, Pinecone and QDrant. Support for other popular vector databases like Milvus, Redis, will be added subsequently.

Navigate to the below sections to learn how to set up your Vector Database.